| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRSetAnimationSetting function to set the state of an animation setting for an object node.
OSErr QTVRSetAnimationSetting (
QTVRInstance qtvr,
QTVRObjectAnimationSetting setting,
Boolean enable);
The QTVRSetAnimationSetting function sets the state of the animation setting specified by the setting parameter for the object node specified by the qtvr parameter to the state specified by the enable parameter.
Use QTVRGetAnimationSetting (link) to get the current state of an animation setting for an object node.
| Previous | Chapter contents | Chapter top | Section top | Next |